home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Advisor
/
CD-ROM Advisor.iso
/
blender
/
blen40m
/
opening.dir
/
00511.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-28
|
246 b
|
13 lines
on exitFrame
global n
repeat with n = 16 down to 14
if rollOver(n) then
set the visible of sprite (n + 3) to 1
next repeat
end if
set the visible of sprite (n + 3) to 0
end repeat
go(the frame)
updateStage()
end